home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-06009.DIR / 00009.ls < prev    next >
Encoding:
Text File  |  1998-04-15  |  441 b   |  15 lines

  1. on exitFrame
  2.   repeat with i = 5 to 10
  3.     set the visible of sprite i to 0
  4.   end repeat
  5.   set the visible of sprite 21 to 0
  6.   set the visible of sprite 22 to 0
  7.   set the visible of sprite 23 to 0
  8.   set the cursor of sprite 15 to [3, 4]
  9.   set the cursor of sprite 16 to [3, 4]
  10.   set the cursor of sprite 17 to [3, 4]
  11.   set the cursor of sprite 18 to [3, 4]
  12.   set the cursor of sprite 19 to [3, 4]
  13.   set the cursor of sprite 20 to [3, 4]
  14. end
  15.